Foxit PDF RDK
FoxitRDKNative.DrawPageTaskCallBack Class Reference

Defines a callback interface for handling the result of a DrawPageTask. More...

Public Member Functions

 constructor ()
 Constructor for the DrawPageTaskCallBack class. Initializes a new instance of the DrawPageTaskCallBack.
 
 execute (task)
 Executes the callback with the result of a DrawPageTask. More...
 
 result (task)
 Handles the result of a DrawPageTask. More...
 

Detailed Description

Defines a callback interface for handling the result of a DrawPageTask.

Member Function Documentation

◆ execute()

FoxitRDKNative.DrawPageTaskCallBack.execute ( task  )

Executes the callback with the result of a DrawPageTask.

Parameters
{DrawPageTask}task - The DrawPageTask whose result is being processed. This method is called to execute the callback when the task completes.

◆ result()

FoxitRDKNative.DrawPageTaskCallBack.result ( task  )

Handles the result of a DrawPageTask.

Parameters
{DrawPageTask}task - The DrawPageTask whose result is being processed. This method is called specifically to handle the result of the task.